[INFO] cloning repository https://github.com/barbarj/aoc-2024
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/barbarj/aoc-2024" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbarbarj%2Faoc-2024", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbarbarj%2Faoc-2024'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6f8f1ea1002e4591574dacc77087da50e27f64e2
[INFO] testing barbarj/aoc-2024 against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbarbarj%2Faoc-2024" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/barbarj/aoc-2024
[INFO] finished tweaking git repo https://github.com/barbarj/aoc-2024
[INFO] tweaked toml for git repo https://github.com/barbarj/aoc-2024 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/barbarj/aoc-2024 on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/barbarj/aoc-2024 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e06ab91d75537b3745688484452eb5e492ed721f7e6d4a56b999d934dc5266f9
[INFO] running `Command { std: "docker" "start" "-a" "e06ab91d75537b3745688484452eb5e492ed721f7e6d4a56b999d934dc5266f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e06ab91d75537b3745688484452eb5e492ed721f7e6d4a56b999d934dc5266f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e06ab91d75537b3745688484452eb5e492ed721f7e6d4a56b999d934dc5266f9", kill_on_drop: false }`
[INFO] [stdout] e06ab91d75537b3745688484452eb5e492ed721f7e6d4a56b999d934dc5266f9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e8727d17b5c2c74e7f961327fa4e4d3e43014cf4428aa4f9cf062bb1280937a7
[INFO] running `Command { std: "docker" "start" "-a" "e8727d17b5c2c74e7f961327fa4e4d3e43014cf4428aa4f9cf062bb1280937a7", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling aoc-2024 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.54s
[INFO] running `Command { std: "docker" "inspect" "e8727d17b5c2c74e7f961327fa4e4d3e43014cf4428aa4f9cf062bb1280937a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e8727d17b5c2c74e7f961327fa4e4d3e43014cf4428aa4f9cf062bb1280937a7", kill_on_drop: false }`
[INFO] [stdout] e8727d17b5c2c74e7f961327fa4e4d3e43014cf4428aa4f9cf062bb1280937a7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 725cf110b29b56425b0a68c07b64de51ef4449db3f7172331704637c672a04dc
[INFO] running `Command { std: "docker" "start" "-a" "725cf110b29b56425b0a68c07b64de51ef4449db3f7172331704637c672a04dc", kill_on_drop: false }`
[INFO] [stderr]    Compiling aoc-2024 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.28s
[INFO] running `Command { std: "docker" "inspect" "725cf110b29b56425b0a68c07b64de51ef4449db3f7172331704637c672a04dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "725cf110b29b56425b0a68c07b64de51ef4449db3f7172331704637c672a04dc", kill_on_drop: false }`
[INFO] [stdout] 725cf110b29b56425b0a68c07b64de51ef4449db3f7172331704637c672a04dc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 50a9853a9c3d9840f71f11bb6d3702f928844c4d6272baf72fb65ddfdf4da7b0
[INFO] running `Command { std: "docker" "start" "-a" "50a9853a9c3d9840f71f11bb6d3702f928844c4d6272baf72fb65ddfdf4da7b0", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/aoc_2024-6d8f0f31943f9722)
[INFO] [stdout] 
[INFO] [stdout] running 135 tests
[INFO] [stdout] test y2015::d1::tests::part1_example ... ok
[INFO] [stdout] test y2015::d1::tests::part1 ... ok
[INFO] [stdout] test y2015::d1::tests::part2 ... ok
[INFO] [stdout] test y2024::d11::tests::cycle_testing ... ok
[INFO] [stdout] test y2015::d3::tests::part1 ... ok
[INFO] [stdout] test y2015::d5::tests::part1 ... ok
[INFO] [stdout] test y2015::d5::tests::part1_example ... ok
[INFO] [stdout] test y2024::d10::tests::part1 ... ok
[INFO] [stdout] test y2024::d11::tests::part1_example ... ok
[INFO] [stdout] test y2015::d3::tests::part2 ... ok
[INFO] [stdout] test y2024::d10::tests::part1_example ... ok
[INFO] [stdout] test y2024::d12::tests::part1_example ... ok
[INFO] [stdout] test y2024::d10::tests::part2 ... ok
[INFO] [stdout] test y2024::d10::tests::part2_example ... ok
[INFO] [stdout] test y2024::d12::tests::part2_example ... ok
[INFO] [stdout] test y2015::d2::tests::part1 ... ok
[INFO] [stdout] test y2024::d11::tests::part1 ... ok
[INFO] [stdout] test y2024::d12::tests::part1 ... ok
[INFO] [stdout] test y2024::d15::tests::part1_large_example ... ok
[INFO] [stdout] test y2024::d15::tests::part1_small_example ... ok
[INFO] [stdout] test y2024::d15::tests::part1 ... ok
[INFO] [stdout] test y2024::d14::tests::part1_example ... ok
[INFO] [stdout] test y2024::d15::tests::part2_large_example ... ok
[INFO] [stdout] test y2024::d16::tests::part1_example ... ok
[INFO] [stdout] test y2024::d16::tests::part1_small_example ... ok
[INFO] [stdout] test y2015::d5::tests::part2 ... ok
[INFO] [stdout] test y2024::d16::tests::part2_example ... ok
[INFO] [stdout] test y2015::d2::tests::part2 ... ok
[INFO] [stdout] test y2024::d17::tests::part1 ... ok
[INFO] [stdout] test y2024::d17::tests::part1_example ... ok
[INFO] [stdout] test y2024::d17::tests::part2 ... ok
[INFO] [stdout] test y2024::d17::tests::part2_example ... ok
[INFO] [stdout] test y2024::d12::tests::part2 ... ok
[INFO] [stdout] test y2024::d16::tests::part2_small_example ... ok
[INFO] [stdout] test y2024::d13::tests::part2_problem ... ok
[INFO] [stdout] test y2024::d18::tests::part1_example ... ok
[INFO] [stdout] test y2024::d18::tests::part2_example ... ok
[INFO] [stdout] test y2024::d19::tests::part1_example ... ok
[INFO] [stdout] test y2024::d16::tests::part1 ... ok
[INFO] [stdout] test y2024::d13::tests::part1 ... ok
[INFO] [stdout] test y2024::d13::tests::part1_example ... ok
[INFO] [stdout] test y2024::d14::tests::part1 ... ok
[INFO] [stdout] test y2024::d19::tests::part2_example ... ok
[INFO] [stdout] test y2024::d1::tests::part1_example ... ok
[INFO] [stdout] test y2024::d1::tests::part2 ... ok
[INFO] [stdout] test y2024::d1::tests::part2_example ... ok
[INFO] [stdout] test y2024::d20::tests::part1_example ... ok
[INFO] [stdout] test y2024::d18::tests::part2 ... ok
[INFO] [stdout] test y2024::d1::tests::part1 ... ok
[INFO] [stdout] test y2024::d20::tests::part2_example_76 ... ok
[INFO] [stdout] test y2024::d20::tests::part2_example_70 ... ok
[INFO] [stdout] test y2024::d21::tests::num_parts ... ok
[INFO] [stdout] test y2024::d19::tests::part1 ... ok
[INFO] [stdout] test y2024::d21::tests::first_example ... ok
[INFO] [stdout] test y2024::d21::tests::last_example ... ok
[INFO] [stdout] test y2024::d19::tests::part2 ... ok
[INFO] [stdout] test y2024::d20::tests::part1 ... ok
[INFO] [stdout] test y2024::d21::tests::seq_lens ... ok
[INFO] [stdout] test y2024::d22::tests::part1_example ... ok
[INFO] [stdout] test y2024::d13::tests::part2_example ... ok
[INFO] [stdout] test y2024::d18::tests::part1 ... ok
[INFO] [stdout] test y2024::d22::tests::price_change_sequence ... ok
[INFO] [stdout] test y2024::d23::tests::part1_example ... ok
[INFO] [stdout] test y2024::d21::tests::part1 ... ok
[INFO] [stdout] test y2024::d23::tests::part2_example ... ok
[INFO] [stdout] test y2024::d22::tests::part2_example ... ok
[INFO] [stdout] test y2024::d24::tests::expected_result ... ok
[INFO] [stdout] test y2024::d24::tests::input_gate_count ... ok
[INFO] [stdout] test y2024::d21::tests::part1_example ... ok
[INFO] [stdout] test y2024::d24::tests::part1_large_example ... ok
[INFO] [stdout] test y2024::d23::tests::vertice_count ... ok
[INFO] [stdout] test y2024::d24::tests::part1_small_example ... ok
[INFO] [stdout] test y2024::d24::tests::x_num ... ok
[INFO] [stdout] test y2024::d24::tests::part1 ... ok
[INFO] [stdout] test y2024::d23::tests::part2 ... ok
[INFO] [stdout] test y2024::d15::tests::part2 ... ok
[INFO] [stdout] test y2024::d22::tests::part1 ... ok
[INFO] [stdout] test y2024::d25::tests::part1 ... ok
[INFO] [stdout] test y2024::d2::tests::part2_example ... ok
[INFO] [stdout] test y2024::d2::tests::part2_more_valid ... ok
[INFO] [stdout] test y2024::d25::tests::part1_example ... ok
[INFO] [stdout] test y2024::d2::tests::part1_example ... ok
[INFO] [stdout] test y2024::d2::tests::part2 ... ok
[INFO] [stdout] test y2024::d2::tests::unsafe_edge_cases ... ok
[INFO] [stdout] test y2024::d2::tests::print_safe ... ok
[INFO] [stdout] test y2024::d2::tests::print_unsafe ... ok
[INFO] [stdout] test y2024::d24::tests::y_num ... ok
[INFO] [stdout] test y2024::d2::tests::part1 ... ok
[INFO] [stdout] test y2024::d4::tests::part1_example ... ok
[INFO] [stdout] test y2024::d3::tests::part1_example ... ok
[INFO] [stdout] test y2024::d4::tests::part1 ... ok
[INFO] [stdout] test y2024::d4::tests::part2 ... ok
[INFO] [stdout] test y2024::d4::tests::part2_example ... ok
[INFO] [stdout] test y2024::d5::tests::part1_example ... ok
[INFO] [stdout] test y2024::d5::tests::part2_example ... ok
[INFO] [stdout] test y2024::d5::tests::show_no_unordered_numbers_present ... ok
[INFO] [stdout] test y2024::d3::tests::part2 ... ok
[INFO] [stdout] test y2024::d6::tests::part1 ... ok
[INFO] [stdout] test y2024::d6::tests::part1_example ... ok
[INFO] [stdout] test y2024::d3::tests::part1 ... ok
[INFO] [stdout] test y2024::d11::tests::part2 ... ok
[INFO] [stdout] test y2024::d7::tests::part1_example ... ok
[INFO] [stdout] test y2024::d3::tests::part2_example ... ok
[INFO] [stdout] test y2024::d7::tests::part2_example ... ok
[INFO] [stdout] test y2024::d8::tests::part1 ... ok
[INFO] [stdout] test y2024::d8::tests::part1_example ... ok
[INFO] [stdout] test y2024::d6::tests::part2_example ... ok
[INFO] [stdout] test y2024::d8::tests::part2_example ... ok
[INFO] [stdout] test y2024::d9::tests::part1 ... ok
[INFO] [stdout] test y2024::d8::tests::part2 ... ok
[INFO] [stdout] test y2024::d9::tests::part1_example ... ok
[INFO] [stdout] test y2024::d5::tests::part2 ... ok
[INFO] [stdout] test y2025::d1::tests::basic_passes_check1 ... ok
[INFO] [stdout] test y2025::d1::tests::basic_passes_check2 ... ok
[INFO] [stdout] test y2025::d1::tests::basic_passes_check3 ... ok
[INFO] [stdout] test y2024::d9::tests::part2_example ... ok
[INFO] [stdout] test y2025::d1::tests::basic_passes_check4 ... ok
[INFO] [stdout] test y2025::d1::tests::example_part1 ... ok
[INFO] [stdout] test y2025::d1::tests::example_part2 ... ok
[INFO] [stdout] test y2024::d7::tests::part1 ... ok
[INFO] [stdout] test y2025::d1::tests::part1 ... ok
[INFO] [stdout] test y2024::d9::tests::part2 ... ok
[INFO] [stdout] test y2025::d1::tests::part2 ... ok
[INFO] [stdout] test y2024::d5::tests::part1 ... ok
[INFO] [stdout] test y2024::d14::tests::part2 ... ok
[INFO] [stdout] test y2024::d16::tests::part2 ... ok
[INFO] [stdout] test y2024::d23::tests::part1 ... ok
[INFO] [stdout] test y2024::d6::tests::part2 ... ok
[INFO] [stdout] test y2024::d21::tests::part2 ... ok
[INFO] [stdout] test y2024::d20::tests::part2 ... ok
[INFO] [stdout] test y2015::d4::tests::part1 ... ok
[INFO] [stdout] test y2024::d7::tests::part2 ... ok
[INFO] [stdout] test y2015::d4::tests::part1_example ... ok
[INFO] [stdout] test y2024::d22::tests::part2 ... ok
[INFO] [stdout] test y2015::d4::tests::part2 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 135 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 32.10s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "50a9853a9c3d9840f71f11bb6d3702f928844c4d6272baf72fb65ddfdf4da7b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "50a9853a9c3d9840f71f11bb6d3702f928844c4d6272baf72fb65ddfdf4da7b0", kill_on_drop: false }`
[INFO] [stdout] 50a9853a9c3d9840f71f11bb6d3702f928844c4d6272baf72fb65ddfdf4da7b0
